body {
	background-image:url(images/bg1.jpg);
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 14px;
	color: #666;f
	background-color: #fff;
	
}

/*----------------------HEADER START----------------------*/
#header_wrapper2 {
	width: 912px;
	position: absolute;
	left:50%;
	margin-left: -456px;
	
}

#header_wrapper {
	background:url(images/bg_wrap.png) repeat-y;
	width: 912px;
}

#wrapper {
	position: relative;
	width: 900px;
	left:50%;
	margin-left: -450px;
}

#header {
	width:900px;
	background:url(images/header_bg.jpg);
	height: 110px;
}

#logo {
	background: url(images/logo.jpg);
	width: 666px;
	height: 109px;
	left: 5px;
}
/*----------------------HEADER ENDE----------------------*/

/*----------------------MENU START----------------------*/

#navi {
	height:29px;

}

#menulinks a.active {
	text-decoration:none;
	color:#6e6107;
}

/*----------------------MENU ENDE----------------------*/


/*----------------------FOOTER START----------------------*/

#footer2 {
	
	width: 912px;
	height:16px;
	text-align:center
}

#footer {
	background-image: url('images/footer.jpg');
	width: 912px;
	height:12px;
	background-repeat: no-repeat;
	line-height:10px;
}
#footer2 a{
	color:#666666;
	text-decoration:none;
	padding-right: 10px;
}

#footer2 a:hover{
	color:#333;
	
}
/*----------------------FOOTER ENDE----------------------*/
#menulinks {
	width: 900px;
	height: 29px;
	background-image: url('images/balken.jpg');
}


#menulinks a {
	width: 100px;
	height:28px;
   	background-image:url(images/btn.jpg);
	text-align:center;
	display:block;
	color:#666;
	text-decoration:none;
	float:left;
	font-size:11px;
	line-height: 28px;
	
  }
  *html #menulinks a {
	width: 99px;
		
  }
#menulinks a:hover {
	background-image:url(images/btn_over.jpg);
	text-decoration:none;
	color:#ffffff;
}
#menulinks a.active {
	background-image:url(images/btn_over.jpg);
	text-decoration:none;
	color:#ffffff;
}
#centerbox {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}


h1 {
	color:#DFA802;
	font-size:24px;
	font-weight:bold;
	padding-top:0px;
}

h2 {
	color:#DFA802;
	font-size:20px;
	font-weight:bold;
	padding-top:0px;
}


#schatten {
	background-image: url('images/schatten.jpg');
	height:28px;
	width:900px;
}


#menulinks ul {
	margin:0;
	padding:0;
	display: inline;
	float: left;
	list-style: none;

}
#menulinks li {
	float: left;
	list-style: none;
}
/*** left nav ***/
.leftnav{
 	width:170px;
	padding:0 10px 200px 0px;
	color:#111;
	}
	
.leftnav ul{
	border-top:1px dashed #cccccc;
	padding:0;
	margin:0;
	}
.leftnav ul ul{
	border:none;
	}
.leftnav li{
	list-style: none;
	}
	
.leftnav ul ul a{
	padding-left:20px;
	}
.leftnav ul ul ul a{
	padding-left:40px;
	}
	
.leftnav a{
	display:block;
	border-bottom:1px dashed #cccccc;
	padding:8px;
	margin: 0;
	text-decoration:none;
	white-space:nowrap;
	overflow:hidden;
	font-size:12px;
	}
	
.leftnav a:hover, .leftnav a.selected{
	background-color:#FFF59F;
	}
	
a:link, a:visited, a:active {
	color: #DFA802;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
}
a:hover {
	color:#000000;
}
